home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / nos042_s / readme.042 < prev    next >
Text File  |  1994-12-24  |  6KB  |  161 lines

  1. Atari NOS V0.42 - Released 24.12.94
  2. ===================================
  3.  
  4. This new version of the Atari NOS TCP/IP system includes a new script
  5. facility for FTP, various fixes and enhancments and reduced load module
  6. size due to the removal of code which is not relevant for this
  7. application.  
  8.  
  9. There are a number of changes affecting the startup.nos nos file and a
  10. new sample file is included in this distribution.
  11.  
  12. FTP
  13. ===
  14.  
  15. NOS now supports ftp scripts to automate logging in and/or transfer of files.
  16. Various FTP options may now be set as defaults with the ftpopt command in
  17. a script or the startup.nos file.
  18.  
  19. The following new commands are available:-
  20.  
  21.    open <hostname>             - open a connection to hostname's FTP server.
  22.    close                       - close the connection to the current FTP server.
  23.    source <filename>           - read commands from the file <filename>.
  24.    ftpopt verbose [01234]      - sets ftp reporting level
  25.    ftpopt hash                 - use hashmarks (- ftpopt verbose 3)
  26.    ftpopt byte                 - report bytes up/downloaded (= ftpopt verbose 4)
  27.    ftpopt type ascii | binary  - set the file type
  28.    ftpopt ascii                - set ASCII file type
  29.    ftpopt binary               - set binary file type
  30.    ftpopt pager on | off       - set ftp paging on or off
  31.  
  32.  
  33. Things to note:
  34.  
  35. 1. If no connection has ever been made then reset <session> fails
  36. from the net> prompt.
  37.  
  38. 2. If you are scripting and a connection fails _all_ commands meant
  39. for that host are still executed ( they really wiz past the screen )
  40. up to the next correct connection or EOF <sourcefile>. This is not
  41. a bug, someone mentioned wanting to go round a list of hosts on a
  42. regular basis, this method allows a script to continue to completion
  43. even if one ( or many ) hosts are unavailable.
  44.  
  45. 3. If reading from a script you must put the username and password you
  46. want to use for a particular host in the script file. Users should be
  47. aware that if the host is not anonymous then their password could
  48. be compromised ( not on the screen ) but by others reading the script.
  49.  
  50. 4. Sample script and usage for ftp scripting:
  51.  
  52. Filename: ftp.scr 
  53. ----------------------------------------------------------------------------
  54. open ftp.demon.co.uk
  55. ftp
  56. username@      - enter your own username here
  57. cd /pub/doc
  58. hash
  59. get Services.txt
  60. close
  61. [repeat for other ftp sites perhaps]
  62. quit
  63. ----------------------------------------------------------------------------
  64.  
  65. To use log on and at the "net>" prompt type 'ftp' and then at the "ftp>" 
  66. prompt type 'source ftp.scr' and let it do its stuff.  At the end press 
  67. enter to finish the session.
  68.  
  69.  
  70. SMTP 
  71. ====
  72.  
  73. There are a couple of things you may notice with the mail server:- 
  74.  
  75.    The mail bounce envelope From now comes from "postmaster@<your host>".
  76.    The "New mail arrived" message now says who the mail is from.
  77.  
  78.  
  79. NNTP
  80. ====
  81.  
  82. The nntp status messages have been improved and provide more timing
  83. information.  A 'nntp ststus' command during the header download phase
  84. now returns statistics for the download process and dosn't just ignore
  85. you.
  86.  
  87. Now that the snews threaded newsreader program is available for the
  88. Atari support basic splitting and posting of news from within NOS has
  89. ben removed, reducing load module size and complexity.  As a result the
  90. news output is now always written to the 'batch.txt' file in rnews
  91. format.  The 'nntp rnews' and 'nntp profile' commands hve been removed
  92. and should be deleted from startup.nos
  93.  
  94.  
  95. Telnet
  96. ======
  97.  
  98. The telnet client now includeds the ttylink service in the udp/tcp port
  99. list.  The command 'telnet <hostname> ttylink'  will establish a ttylink
  100. session with hostname on port 87.  Alias names for ttylink are chat and
  101. talk.
  102.  
  103. If you want to connect to services which require better than vt52
  104. terminal emulation, check out the ansi_st program which acts like the
  105. ansi.sys driver for PC's and provides extended terminal capabilities. 
  106. You can download it from ftp://ftp.demon.co.uk/pub/atari/utility.
  107.  
  108.  
  109. PPP
  110. ===
  111.  
  112. A new command 'ppp <iface> up | down' has been added to mamually start
  113. or stop the PPP physical layer.  The 'ppp sl0 lcp open active'
  114. specifications say that PPP with initiale a negotiation exchange when
  115. the physical layer becomes active, which happens when data is received. 
  116. If, however, the remote system dosn't send any data nothing will happen.
  117. This command should set things going and allow a PPP connection between
  118. two Atari's or with a remote host which has a pasive negotiation role.
  119.  
  120.  
  121. Other changes
  122. =============
  123.  
  124. Base code upgraded to the Demon NOS V2.16 level.
  125.  
  126. A usage message has been added.
  127.  
  128. The ARP / RIP / Mailbox support has been removed to reduce the load
  129. module size.  
  130.  
  131. Various fixes, optomisations and improvments have been made to the code.
  132.  
  133.  
  134. Support & Distribution
  135. ======================
  136.  
  137. Atari NOS is maintained by David Nash.  I welcome comments, bug-reports
  138. and suggestions and I try to help fix any problems you may have with the
  139. software.
  140.  
  141. The 'home' site for this program is 'ftp.demon.co.uk' where it can be
  142. found in the '/pub/atari' directories.  It is also available from the CIX
  143. system in the UK in the atari.internet conference.  For support try the 
  144. following:-
  145.  
  146.         nntp        demon.ip.support.atari
  147.         CIX         atari.internet
  148.         smtp        dnash@chaos.demon.co.uk  
  149.  
  150.         David
  151.  
  152.      _____/    /     /   ____  /   ____ /  ______/   A Private Internet Site
  153.     /         /     /   /     /   /    /  /         
  154.    /         ____  /   ____  /   /    /  ____  /      --- David Nash ---
  155.   /         /     /   /     /   /    /        /    dnash@chaos.demon.co.uk
  156.  ______/  _/    _/  _/    _/  ______/  ______/    dnash@cix.compulink.co.uk
  157.  
  158. PGP 1024/25E91F1D 1994.09.19 Fingerprint 593D1074 CBF882C4 5D569801 C79DC59B
  159.  
  160.  
  161.